-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(layer-proj) - Better layer projection and extent densification support #2659
feature(layer-proj) - Better layer projection and extent densification support #2659
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, all commit messages.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @Alex-NRCan)
packages/geoview-core/src/geo/utils/projection.ts
line 37 at r1 (raw file):
LCC: 'EPSG:3978', 3979: 'EPSG:3979', 102100: 'EPSG:102100', // TODO: Minor - This is technically supposed to be ESRI:102100, but some things would need to change in order to support this, works now
What do you mean by this comment?
d3a7b96
to
57c3821
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, 1 of 3 files at r2, 2 of 2 files at r3, 1 of 1 files at r4, 1 of 1 files at r5, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @jolevesq)
packages/geoview-core/src/geo/utils/projection.ts
line 37 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
What do you mean by this comment?
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 3 files at r2, 1 of 2 files at r3, 1 of 1 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alex-NRCan)
57c3821
to
4224f3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, 1 of 3 files at r2, 1 of 2 files at r3, 1 of 1 files at r5, 1 of 1 files at r6, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alex-NRCan)
Fixing the reading of WMS extents from a GetCapabilities call Added support for projection EPSG:4269 and 102100 Tweaking Drop-Down-Button styling
4224f3c
to
e527446
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r6, all commit messages.
Reviewable status: 2 of 4 files reviewed, all discussions resolved (waiting on @Alex-NRCan and @DamonU2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r7.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alex-NRCan)
654878e
into
Canadian-Geospatial-Platform:develop
Description
Fixes (partially? can't test well today, GeoCore service not working well) #2591
Type of change
How Has This Been Tested?
Hosted Dec 13rd @ 13h30 : https://alex-nrcan.github.io/geoview/add-layers.html
NEED TO LOOK AT ISSUE, some uuid not working anymore
Checklist:
I have made corresponding changes to the documentationI have added tests that prove my fix is effective or that my feature worksNew and existing unit tests pass locally with my changesThis change is